home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / util / utlsrc37.zoo / XREADME < prev   
Text File  |  1991-09-29  |  710b  |  20 lines

  1. This is the README file for the GNU cross development utils.
  2.  
  3.     -make file is called `Makefile.cross'
  4.     -configuration:
  5.         edit Makefile.cross to make sure the following
  6.         are defined appro.:
  7.         CROSSDIR -- the home directory of the cross dev. system
  8.     -make by
  9.         make -f Makefile.cross install
  10.     will make and install ld, nm, ar, size and size68
  11.  
  12.     - note
  13.     size and nm only work on Gnu format objects (.o's essentially).
  14.     size68 will give the size information of atari format executables
  15.     (ie. .prg/.tos/.ttp files -- see st-out.h for details).
  16.  
  17. If you are going to run the cross linker on a machine that aligns structures
  18. at longword boundaries (machines such as Sun-Sparc, Convex etc) add
  19. -DWORD_ALIGNED to CFLAGS
  20.